home *** CD-ROM | disk | FTP | other *** search
/ Dictionnaire Le Robert Junior / DictionnaireLeRobertJunior-8-12-Ans-Win95Mac.bin / DEMO / Control.cst / 00016_Script_ATTENTE FIN VIDEO PISTE 10 < prev    next >
Text File  |  1998-10-29  |  182b  |  9 lines

  1. on exitFrame
  2.   if the movieRate of sprite 10=1 then
  3.     go the frame
  4.   else
  5.     unload marker(-1), (the frame - 1)
  6.     preload marker(+1), marker(+2)
  7.     go next
  8.   end if
  9. end